POST /MetricSet/RemoveAllElements/{id}/

Removes all the elements to the metric set with the specified placement position.
 

Request

Method Request URI
POST /API/MetricSet/RemoveAllElements/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID.

Path Parameters

Path Parameter Description
id The ID of the metric set to from the elements from.

Request Body

Name: placement
Type: Dundas.BI.Entities.MetricSets.PlacementPosition

Response

Response Body

A Dundas.BI.WebApi.Models.MetricSetData object containing the updated metric set data, or a status code indicating the problem.